home *** CD-ROM | disk | FTP | other *** search
- %OP%TNN
- %OP%WRN
- %OP%DP0
- %OP%PL0
- %OP%HM0
- %OP%FM0
- %OP%BM0
- %OP%LM4
- %OP%FX
- %OP%FY
- %OP%FS
- %OP%PT1
- %OP%PDPipeLine
- %OP%NDVAT,B6
- %OP%NDVAT_1,B5
- %OP%NDVAT_2,C5
- %OP%NDVAT_3,D5
- %OP%NDwhichvat,B4
- %OP%NDvatrange,B5D5
- %OP%WC2,772,604,1568,0,0,0,0
- %OP%VS4.01 (22-Oct-91), Gerald Fitton, R4000 2915 6625 6368
- %CO:A,12,42%
- %C%An Example Using Many Names
-
- Which VAT?
- %R%VAT rates =
- %R%Current VAT
-
- %R%Item
-
-
- %R%Shoes
- %R%Socks
- %R%Shirt
-
- %R%Total
-
- Position the caret in slot B4 and
- change the number to a 2 or 3.
-
- The formula in the slot B6 includes two
- names, whichvat and vatrange. To see the
- definition of these names click the mouse
- select (left) button on the formula
- button (the italic f just to the right of
- the PipeDream 4 logo) and run the pointer
- through Edit name.
- %CO:B,10,10%
-
-
- %V%%L%1
- %V%%L%%TC%%D2%10
- %V%%L%%TC%%D2%choose(whichvat,vatrange)
-
- %R%Price
- %R%ex VAT
-
- %V%%R%%LC%%D2%25.67
- %V%%R%%LC%%D2%2.78
- %V%%R%%LC%%D2%12.47
-
- %V%%R%%LC%%D2%sum(B10B13)
- %CO:C,10,10%
-
-
-
- %V%%L%%TC%%D2%15
-
-
-
- %R%VAT
-
- %V%%R%%LC%%D2%B11*VAT/100
- %V%%R%%LC%%D2%B12*VAT/100
- %V%%R%%LC%%D2%B13*VAT/100
-
- %V%%R%%LC%%D2%B15*VAT/100
- %CO:D,10,10%
-
-
-
- %V%%L%%TC%%D2%17.5
-
-
- %R%Price
- %R%with VAT
-
- %V%%R%%LC%%D2%B11+C11
- %V%%R%%LC%%D2%B12+C12
- %V%%R%%LC%%D2%B13+C13
-
- %V%%R%%LC%%D2%sum(D10D13)
-